home *** CD-ROM | disk | FTP | other *** search
-
- #import <appkit/appkit.h>
-
- @interface NewsgroupBrowserCell:NXBrowserCell
- {
- id newsgroupCell;
- }
-
- - setTextAttributes:textObj;
- - drawInside:(const NXRect *)cellFrame inView:controlView;
- - setNewsgroupCell:cell;
- - highlight:(const NXRect *)cellFrame inView:controlView lit:(BOOL)flag;
-
- @end
-